modelbutton: Remove snapshot implementation
authorTimm Bäder <mail@baedert.org>
Thu, 19 Jul 2018 17:12:25 +0000 (19:12 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 5 Aug 2018 08:22:10 +0000 (10:22 +0200)
commitb5576397f74fe72dd388480b83331d0f8e522883
tree538d614ee0173175be47983fefe5ecea5ad4e70b
parent4e868584057f0244645c2f14f4c964dc4343f5d7
modelbutton: Remove snapshot implementation

Previously, GtkBin was only snapshot'ing its one and only child, but
nowadays it doesn't implement snapshot at all and the default
implementation in GtkWidget just snapshots all child widgets, which is
exactly what the implementation in gtkmodelbutton.c was doing.
gtk/gtkmodelbutton.c